home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BLOCH / SOCKE14S / h / debug < prev    next >
Text File  |  1998-09-29  |  252b  |  12 lines

  1. extern char *debug_time(char *format);
  2. extern int   debug_init(void);
  3. extern void  debug_log(char *str, ... );
  4.  
  5. extern FILE *debug_fh;
  6.  
  7. extern struct debug_flags_struct {
  8.   int debuglog   : 1;
  9.   int notimeouts : 1;
  10.   int noresconf  : 1;
  11. } debug_flags;
  12.